PowerSNMP for .NET
WriteXml Method (SafeDictionary<TKey,TValue>)




The XmlWriter stream to which the object is serialized.
Implements the functionality required to serialize SafeDictionary to XML.
Syntax
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
Dim instance As SafeDictionary(Of TKey,TValue)
Dim writer As XmlWriter
 
instance.WriteXml(writer)
public void WriteXml( 
   XmlWriter writer
)
public: void WriteXml( 
   XmlWriter* writer
) 
public:
void WriteXml( 
   XmlWriter^ writer
) 

Parameters

writer
The XmlWriter stream to which the object is serialized.
See Also

Reference

SafeDictionary<TKey,TValue> Class
SafeDictionary<TKey,TValue> Members


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic